home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / modelers / 3dkit1 / xto3.bat < prev    next >
DOS Batch File  |  1992-05-21  |  207b  |  6 lines

  1. rem -- Produces a SHRINKed 3DV file fron XYZ output, and cleans up
  2. rem -- Takes the XYZ file name (without extension) as the only argument
  3. XYZto3DV %1.3DL | SHRINK > %1.TMP
  4. del %1.3d?
  5. ren %1.TMP %1.3DV
  6.